-- card: 12908 from stack: in -- bmap block id: 14290 -- flags: 4000 -- background id: 11611 -- name: Viewing -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=38 top=4 right=40 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 11030 / 11030 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual barn door close slowly to gray visual dissolve go stack "Home" end mouseUp -- part 3 (field) -- low flags: 01 -- high flags: 2002 -- rect: left=31 top=47 right=198 bottom=478 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=146 top=146 right=166 bottom=168 -- title width / last selected line: 0 -- icon id / first selected line: 16816 / 16816 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: PopCard ----- HyperTalk script ----- on mouseUp visual barn door close slowly to gray visual barn door open slowly go card "Expenses" end mouseUp -- part 5 (field) -- low flags: 01 -- high flags: 2007 -- rect: left=31 top=223 right=295 bottom=478 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 7 (button) -- low flags: 00 -- high flags: A002 -- rect: left=355 top=314 right=332 bottom=402 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Try It ----- HyperTalk script ----- on mouseUp push card visual venetian blinds to gray visual venetian blinds go card "tryIt" show card field "viewDemo" repeat until the mouse is Down end repeat get the mouseLoc hide card field "viewDemo" if item 1 of it > 20 and item 1 of it < 181 and item 2 of it > 56 and item 2 of it < 297 then send mouseDown to card field "expenseDemo" if item 1 of it > 52 and item 1 of it < 152 and item 2 of it > 15 and item 2 of it < 40 then send mouseDown to button "Feb" if item 1 of it > 235 and item 1 of it < 275 and item 2 of it > 306 and item 2 of it < 339 then send mouseUp to button "Go Back" end mouseUp -- part contents for card part 3 ----- text ----- Your basic expense data will be entered into three types of cards. The first is an all expenses card which shows a list of all your expenses. The second is a card for each month which shows the expenses and amounts for that month. The third type is the totals card which shows the total amounts for each month and the year along with other budgeting information. To go to the "All Expenses" card click on the button on any card except a help card. To go to a month click on the name of the month in a list or on a button. To go to the "Totals" card click on a "Totals" or "Year Totals" button. -- part contents for card part 5 ----- text ----- You can view all the basic info for an expense item by holding the mouse down on an expense name in any list. In a second or two a list will pop-up which is also a menu. You can use it to go to a month card or to make or go to an estimated expense card. You can also go to the "Year Totals" card and click on the "Print Report" button to print a year summary, a list of expense items and a list for each month. -- part contents for background part 7 ----- text ----- Viewing Expense Data